Anton Khirnov 2ff67c909c lavc: fix mixing CODEC_ID/AV_CODEC_ID in C++ code.
C++ does not allow to mix different enums, so e.g. code comparing
ACodecID with CodecID would fail to compile with gcc.

This very evil hack should fix this problem.
2012-08-10 18:48:40 +02:00
..
2012-08-08 21:56:26 +02:00
2011-12-10 22:02:44 +01:00
2011-12-11 00:32:25 +01:00
2011-12-09 18:26:31 +01:00
2011-10-12 14:52:26 -04:00
2012-08-01 22:06:16 -04:00
2012-03-07 10:03:10 -08:00
2011-12-11 00:32:25 +01:00
2012-03-20 11:10:25 +00:00