Re: [libav-devel] [PATCH 2/4] g723_1: Rename files to better reflect their purpose

2015-11-23 Thread Luca Barbato
On 23/11/15 23:10, Vittorio Giovara wrote: > Signed-off-by: Vittorio Giovara > --- Sounds ok. ___ libav-devel mailing list libav-devel@libav.org https://lists.libav.org/mailman/listinfo/libav-devel

[libav-devel] [PATCH 2/4] g723_1: Rename files to better reflect their purpose

2015-11-23 Thread Vittorio Giovara
Signed-off-by: Vittorio Giovara --- libavcodec/Makefile| 2 +- libavcodec/{g723_1_data.h => g723_1.h} | 6 +++--- libavcodec/{g723_1.c => g723_1dec.c} | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) rename libavcodec/{g723_1_data.h => g723_1.h} (99%) rename libavc