winlin

fix typo

@@ -714,7 +714,7 @@ int SrsAvcAacCodec::video_avc_demux(char* data, int size, SrsCodecSample* sample @@ -714,7 +714,7 @@ int SrsAvcAacCodec::video_avc_demux(char* data, int size, SrsCodecSample* sample
714 return ret; 714 return ret;
715 } 715 }
716 716
717 -int SrsAvcAacCodec::video_nalu_demux(SrsStream* stream, SrsCodecSample* sample) 717 +int SrsAvcAacCodec::video_nalu_demux(SrsBuffer* stream, SrsCodecSample* sample)
718 { 718 {
719 int ret = ERROR_SUCCESS; 719 int ret = ERROR_SUCCESS;
720 720
@@ -640,7 +640,7 @@ public: @@ -640,7 +640,7 @@ public:
640 */ 640 */
641 virtual int video_avc_demux(char* data, int size, SrsCodecSample* sample); 641 virtual int video_avc_demux(char* data, int size, SrsCodecSample* sample);
642 private: 642 private:
643 - virtual int video_nalu_demux(SrsStream* stream, SrsCodecSample* sample); 643 + virtual int video_nalu_demux(SrsBuffer* stream, SrsCodecSample* sample);
644 public: 644 public:
645 /** 645 /**
646 * directly demux the sequence header, without RTMP packet header. 646 * directly demux the sequence header, without RTMP packet header.