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
avcodec/mediacodecdec_h264: Fix occured typo
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
tags/n3.2
Michael Niedermayer
9 years ago
parent
37c658b56b
commit
92139c1bd1
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavcodec/mediacodecdec_h264.c
+ 1
- 1
libavcodec/mediacodecdec_h264.c
View File
@@ -286,7 +286,7 @@ static int mediacodec_decode_frame(AVCodecContext *avctx, void *data,
* process again packets.
*
* ff_mediacodec_dec_flush returns a negative value if an error has
* occured.
* occur
r
ed.
*
*/
if (ff_mediacodec_dec_is_flushing(avctx, s->ctx)) {
Write
Preview
Loading…
Cancel
Save