diff mbox

[FFmpeg-devel,2/4] ffmpeg: don't use resample_lavr_opts

Message ID 20170306024651.66336-2-atomnuker@gmail.com
State Accepted
Commit 911417f0b34e611bf084319c5b5a4e4e630da940
Headers show

Commit Message

Rostislav Pehlivanov March 6, 2017, 2:46 a.m. UTC
That pointer isn't used by absolutely anything.

Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
---
 ffmpeg_filter.c | 1 -
 1 file changed, 1 deletion(-)

Comments

Michael Niedermayer March 6, 2017, 5:51 p.m. UTC | #1
On Mon, Mar 06, 2017 at 02:46:49AM +0000, Rostislav Pehlivanov wrote:
> That pointer isn't used by absolutely anything.
> 
> Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
> ---
>  ffmpeg_filter.c | 1 -
>  1 file changed, 1 deletion(-)

LGTM

thx

[...]
Rostislav Pehlivanov March 16, 2017, 7 a.m. UTC | #2
On 6 March 2017 at 17:51, Michael Niedermayer <michael@niedermayer.cc>
wrote:

> On Mon, Mar 06, 2017 at 02:46:49AM +0000, Rostislav Pehlivanov wrote:
> > That pointer isn't used by absolutely anything.
> >
> > Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
> > ---
> >  ffmpeg_filter.c | 1 -
> >  1 file changed, 1 deletion(-)
>
> LGTM
>
> thx
>
> [...]
> --
> Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
>
> Many that live deserve death. And some that die deserve life. Can you give
> it to them? Then do not be too eager to deal out death in judgement. For
> even the very wise cannot see all ends. -- Gandalf
>
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel@ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>
>
Thanks, pushed
diff mbox

Patch

diff --git a/ffmpeg_filter.c b/ffmpeg_filter.c
index 7f249c2960..0897790ba1 100644
--- a/ffmpeg_filter.c
+++ b/ffmpeg_filter.c
@@ -1037,7 +1037,6 @@  int configure_filtergraph(FilterGraph *fg)
         }
         if (strlen(args))
             args[strlen(args) - 1] = '\0';
-        fg->graph->resample_lavr_opts = av_strdup(args);
 
         e = av_dict_get(ost->encoder_opts, "threads", NULL, 0);
         if (e)