]> git.sesse.net Git - ffmpeg/commit
avformat/flvdec: Change packet loop to return EAGAIN instead of looping until a valid...
authorMichael Niedermayer <michael@niedermayer.cc>
Tue, 15 Sep 2015 23:39:18 +0000 (01:39 +0200)
committerMichael Niedermayer <michael@niedermayer.cc>
Wed, 16 Sep 2015 01:32:27 +0000 (03:32 +0200)
commit3496a20bb92570aaa82849f0d5409f2e29fe2d2b
treed9a94f1369c45eb06b0842f2d8f7af24e03a7395
parent6d1801b5aaf9b384e13adffff4ab5886dae65693
avformat/flvdec: Change packet loop to return EAGAIN instead of looping until a valid packet is foud

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavformat/flvdec.c