Re: [libav-devel] [PATCH 07/10] idcin: allow seeking back to the first packet

2012-08-22 Thread Kostya Shishkov
On Wed, Aug 22, 2012 at 11:35:56AM -0400, Justin Ruggles wrote: > On 08/04/2012 02:33 PM, Justin Ruggles wrote: > > Also, do not allow seek-by-byte, as there is no way to find the next packet > > boundary. > > --- > > libavformat/idcin.c | 21 + > > 1 files changed, 21 insert

Re: [libav-devel] [PATCH 07/10] idcin: allow seeking back to the first packet

2012-08-22 Thread Justin Ruggles
On 08/04/2012 02:33 PM, Justin Ruggles wrote: > Also, do not allow seek-by-byte, as there is no way to find the next packet > boundary. > --- > libavformat/idcin.c | 21 + > 1 files changed, 21 insertions(+), 0 deletions(-) ping. -Justin ___

[libav-devel] [PATCH 07/10] idcin: allow seeking back to the first packet

2012-08-04 Thread Justin Ruggles
Also, do not allow seek-by-byte, as there is no way to find the next packet boundary. --- libavformat/idcin.c | 21 + 1 files changed, 21 insertions(+), 0 deletions(-) diff --git a/libavformat/idcin.c b/libavformat/idcin.c index ab7d50f..74875cb 100644 --- a/libavformat/idci

[libav-devel] [PATCH 07/10] idcin: allow seeking back to the first packet

2012-08-01 Thread Justin Ruggles
--- libavformat/idcin.c | 21 - 1 files changed, 20 insertions(+), 1 deletions(-) diff --git a/libavformat/idcin.c b/libavformat/idcin.c index 638377c..67915e6 100644 --- a/libavformat/idcin.c +++ b/libavformat/idcin.c @@ -89,7 +89,7 @@ typedef struct IdcinDemuxContext {