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
return AVERROR(ENOMEM) if stream could not be allocated
Originally committed as revision 19702 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.6
Baptiste Coudurier
16 years ago
parent
b01c7b756e
commit
6aa333471c
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavformat/r3d.c
+ 1
- 1
libavformat/r3d.c
View File
@@ -55,7 +55,7 @@ static int r3d_read_red1(AVFormatContext *s)
int tmp, tmp2;
if (!st)
return
-1
;
return
AVERROR(ENOMEM)
;
st->codec->codec_type = CODEC_TYPE_VIDEO;
st->codec->codec_id = CODEC_ID_JPEG2000;
Write
Preview
Loading…
Cancel
Save