Re: [FFmpeg-devel] [PATCH 1/5] lavd/v4l2: Replace s1 with ctx for consistency.

2014-09-05 Thread Michael Niedermayer
On Fri, Sep 05, 2014 at 05:56:51PM +0200, Giorgio Vazzana wrote: > > v4l2.c | 114 > - > 1 file changed, 57 insertions(+), 57 deletions(-) > 07d7c60c6a3413b1b2f487839b75259997fd6a0e > 0001-lavd-v4l2-Replace-s1-with-ctx-for-consi

[FFmpeg-devel] [PATCH 1/5] lavd/v4l2: Replace s1 with ctx for consistency.

2014-09-05 Thread Giorgio Vazzana
From b85da403cb0856887d4a657aa706b6cdfbb619e0 Mon Sep 17 00:00:00 2001 From: Giorgio Vazzana Date: Fri, 5 Sep 2014 17:12:39 +0200 Subject: [PATCH 1/5] lavd/v4l2: Replace s1 with ctx for consistency. No functional change in the code. --- libavdevice/v4l2.c | 114 ++--