comparison tmv.c @ 5913:11bb10c37225 libavformat

Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. Patch by Jean-Daniel Dupas, devlists shadowlab org
author cehoyos
date Wed, 31 Mar 2010 12:29:58 +0000
parents 536e5527c1e0
children 178de7695c6c
comparison
equal deleted inserted replaced
5912:10f577d87c71 5913:11bb10c37225
154 if (tmv->stream_index) 154 if (tmv->stream_index)
155 url_fskip(pb, tmv->padding); 155 url_fskip(pb, tmv->padding);
156 156
157 pkt->stream_index = tmv->stream_index; 157 pkt->stream_index = tmv->stream_index;
158 tmv->stream_index ^= 1; 158 tmv->stream_index ^= 1;
159 pkt->flags |= PKT_FLAG_KEY; 159 pkt->flags |= AV_PKT_FLAG_KEY;
160 160
161 return ret; 161 return ret;
162 } 162 }
163 163
164 static int tmv_read_seek(AVFormatContext *s, int stream_index, 164 static int tmv_read_seek(AVFormatContext *s, int stream_index,