Changeset 38331d20 in ffmpeg
- Timestamp:
- Dec 18, 2011, 2:17:44 AM (13 years ago)
- Branches:
- master
- Children:
- 8e777603
- Parents:
- 1bdc212
- Location:
- libavcodec
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
libavcodec/h264.c
r1bdc212 r38331d20 25 25 * @author Michael Niedermayer <michaelni@gmx.at> 26 26 */ 27 28 #define UNCHECKED_BITSTREAM_READER 1 27 29 28 30 #include "libavutil/imgutils.h" -
libavcodec/h264_cabac.c
r1bdc212 r38331d20 27 27 28 28 #define CABAC 1 29 #define UNCHECKED_BITSTREAM_READER 1 29 30 30 31 #include "internal.h" -
libavcodec/h264_cavlc.c
r1bdc212 r38331d20 27 27 28 28 #define CABAC 0 29 #define UNCHECKED_BITSTREAM_READER 1 29 30 30 31 #include "internal.h" -
libavcodec/h264_parser.c
r1bdc212 r38331d20 25 25 * @author Michael Niedermayer <michaelni@gmx.at> 26 26 */ 27 28 #define UNCHECKED_BITSTREAM_READER 1 27 29 28 30 #include "parser.h"
Note:
See TracChangeset
for help on using the changeset viewer.