1. 15 4月, 2013 10 次提交
  2. 08 4月, 2013 1 次提交
    • M
      [media] demux.h: Remove duplicated enum · fde04ab9
      Mauro Carvalho Chehab 提交于
      "enum dmx_ts_pes" and "typedef enum dmx_pes_type_t" are just the
      same enum declared twice, since Kernel (2.6.12). There's no reason
      to duplicate it there, and sparse complains about that:
      	drivers/media/dvb-core/dmxdev.c:600:55: warning: mixing different enum types
      So, remove the internal define, keeping just the external one.
      Internally, use only "enum dmx_ts_pes", as it is too late to drop
      dmx_pes_type_t from the userspace API.
      Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
      fde04ab9
  3. 31 3月, 2013 2 次提交
  4. 29 3月, 2013 18 次提交
  5. 26 3月, 2013 9 次提交