| Index: media/filters/gpu_video_decoder.h
|
| ===================================================================
|
| --- media/filters/gpu_video_decoder.h (revision 177492)
|
| +++ media/filters/gpu_video_decoder.h (working copy)
|
| @@ -216,8 +216,8 @@
|
| // picture_buffer_id and the frame wrapping the corresponding Picture, for
|
| // frames that have been decoded but haven't been requested by a Read() yet.
|
| std::list<scoped_refptr<VideoFrame> > ready_video_frames_;
|
| - int64 next_picture_buffer_id_;
|
| - int64 next_bitstream_buffer_id_;
|
| + int32 next_picture_buffer_id_;
|
| + int32 next_bitstream_buffer_id_;
|
|
|
| // Indicates decoding error occurred.
|
| bool error_occured_;
|
|
|