ffmpeg 用 av_read_frame(pFormatCtx, packet) 取到每帧的数据包后可以不用 avcodec_decode_video2()解码就能抽帧取数据吗? 比如一秒24帧的话我只取2帧的数据进行解码。