git.videolan.org
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Remove useless check, patch by Benoit Fouet, benoit.fouet purplelabs com.
[ffmpeg.git]
/
libavcodec
/
amr.c
diff --git
a/libavcodec/amr.c
b/libavcodec/amr.c
index
b19346e
..
17be295
100644
(file)
--- a/
libavcodec/amr.c
+++ b/
libavcodec/amr.c
@@
-436,11
+436,6
@@
static int amr_nb_decode_frame(AVCodecContext * avctx,
/* av_log(NULL,AV_LOG_DEBUG,"amr_decode_frame buf=%p buf_size=%d frameCount=%d!!\n",buf,buf_size,s->frameCount); */
- if(buf_size==0) {
- /* nothing to do */
- return 0;
- }
-
dec_mode = (buf[0] >> 3) & 0x000F;
packet_size = block_size[dec_mode]+1;