Changeset 06192e42 in ffmpeg
- Timestamp:
- Dec 18, 2011, 2:23:28 AM (13 years ago)
- Branches:
- master
- Children:
- 549749c6
- Parents:
- 8e777603
- git-author:
- Michael Niedermayer <michaelni@gmx.at> (12/18/11 02:20:41)
- git-committer:
- Michael Niedermayer <michaelni@gmx.at> (12/18/11 02:23:28)
- Location:
- libavcodec
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
libavcodec/mpeg4video_parser.c
r8e777603 r06192e42 20 20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 21 21 */ 22 23 #define UNCHECKED_BITSTREAM_READER 1 22 24 23 25 #include "parser.h" -
libavcodec/mpeg4videodec.c
r8e777603 r06192e42 20 20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 21 21 */ 22 23 #define UNCHECKED_BITSTREAM_READER 1 22 24 23 25 #include "libavutil/opt.h"
Note:
See TracChangeset
for help on using the changeset viewer.