Changeset 97bd0e2a in ffmpeg
- Timestamp:
- Feb 17, 2015, 10:42:54 PM (10 years ago)
- Branches:
- master
- Children:
- 77ae9472
- Parents:
- d06dce21 (diff), c78dc121 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - git-author:
- Michael Niedermayer <michaelni@gmx.at> (02/17/15 22:42:26)
- git-committer:
- Michael Niedermayer <michaelni@gmx.at> (02/17/15 22:42:54)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libavformat/riff.c
rd06dce21 r97bd0e2a 364 364 { AV_CODEC_ID_FIC, MKTAG('F', 'I', 'C', 'V') }, 365 365 { AV_CODEC_ID_PRORES, MKTAG('A', 'P', 'C', 'N') }, 366 { AV_CODEC_ID_PRORES, MKTAG('A', 'P', 'C', 'H') }, 366 367 { AV_CODEC_ID_NONE, 0 } 367 368 };
Note:
See TracChangeset
for help on using the changeset viewer.