diff options
author | Anton Khirnov <[email protected]> | 2012-08-08 08:04:56 +0200 |
---|---|---|
committer | Anton Khirnov <[email protected]> | 2012-08-10 18:48:40 +0200 |
commit | 2ff67c909c95903240c30405b0b231ba68f5407a (patch) | |
tree | 72931b74d3665e3c6136b6f723ad70334881acdf /libavformat/utils.c | |
parent | 33de86db2bda850d97e04c4fd132c223c7249333 (diff) |
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.
Diffstat (limited to 'libavformat/utils.c')
0 files changed, 0 insertions, 0 deletions