This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
Add a note to remind people to add new raw formats to the Makefile.
Originally committed as revision 14099 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Diego Biurrun
17 years ago
parent
0c7b4823b3
commit
900eb63dd3
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
libavformat/raw.c
+ 3
- 0
libavformat/raw.c
View File
@@ -424,6 +424,9 @@ static int flac_probe(AVProbeData *p)
else return AVPROBE_SCORE_MAX / 2;
}
/* Note: Do not forget to add new entries to the Makefile as well. */
AVInputFormat shorten_demuxer = {
"shn",
NULL_IF_CONFIG_SMALL("raw Shorten"),
Write
Preview
Loading…
Cancel
Save