Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClément Bœsch <cboesch@gopro.com>2017-03-30 11:26:29 +0300
committerClément Bœsch <cboesch@gopro.com>2017-03-30 11:26:29 +0300
commit03f5e80bdbbfa3229b6af3ad7bc94cc1468cc1b6 (patch)
tree22ff97ac03e7a5140ed6050060e50a8fa508c897 /libavcodec/bmvvideo.c
parentf291a9a1adab8ba41e06073b8a9e51f528be6532 (diff)
parent67351924fa91dea4339109100a4c0689f006581f (diff)
Merge commit '67351924fa91dea4339109100a4c0689f006581f'
* commit '67351924fa91dea4339109100a4c0689f006581f': Drop unreachable break and return statements Merged-by: Clément Bœsch <cboesch@gopro.com>
Diffstat (limited to 'libavcodec/bmvvideo.c')
-rw-r--r--libavcodec/bmvvideo.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/bmvvideo.c b/libavcodec/bmvvideo.c
index dbbc1001ca..78a0945b7a 100644
--- a/libavcodec/bmvvideo.c
+++ b/libavcodec/bmvvideo.c
@@ -193,7 +193,6 @@ static int decode_bmv_frame(const uint8_t *source, int src_len, uint8_t *frame,
if (dst == dst_end)
return 0;
}
- return 0;
}
static int decode_frame(AVCodecContext *avctx, void *data, int *got_frame,